React Native
ReactNativeのStyles
ReactNativeでデバッグをする
ReactNativeのパフォーマンス
ScrollViewとFlatListの違い
RN製の色々なOSSプロダクト一覧
ReactNativeNews/React-Native-Apps
ReactNativeとExpoの開発パターン
Components
ActivityIndicator · React Native
UIExplorer
ブラウザ上で動かして各コンポーネントの概要を知れる
全部あるわけではない
ReactNativeのComponents
ReactNativeの環境構築
実行
以下のいずれかで
$ react-native run-android
$ react-native run-ios
cmd-rでリロード
cmd-dでメニュー表示
cmd-矢印でスマホ横向き
$ npm start
$ expo start --clear
expoのキャッシュを削除してスタート
Errorとその解決策
xcrun simctl
ref
$ xcrun simctl shutdown all
アプリサイズ削減
https://medium.com/swlh/how-we-reduced-our-react-native-app-size-by-60-with-a-few-simple-fixes-3d59adc2ed3d
React Nativeでの画像キャッシュの仕組み
https://tech.kitchhike.com/entry/react-native-features-202102
https://suelan.github.io/2020/12/24/20201224-How-Image-Loader-and-Cache-work-in-React-Native/
NSCache
auto link
https://qiita.com/tkow/items/67509d4527d0536474da
ReactNativeのテスト
react-native-dom
SVGを表示する
https://stackoverflow.com/a/52663626
ReactNative実装
https://devblog.thebase.in/entry/2020/02/19/110000
ReactNativeのComponents